PDF4Java Reference Documentation
com.o2sol.pdf4java.content.analyzers Package / PDFPageContentAnalysis Class / analyzeYCurveToOperator Method
X coordinate of the first control point
Y coordinate of the first control point
X coordinate of the second control point
Y coordinate of the second control point
In This Topic
    analyzeYCurveToOperator Method
    In This Topic
    Called when y operator is found.
    Syntax
    public void analyzeYCurveToOperator( 
       double x1,
       double y1,
       double x2,
       double y2
    )

    Parameters

    x1
    X coordinate of the first control point
    y1
    Y coordinate of the first control point
    x2
    X coordinate of the second control point
    y2
    Y coordinate of the second control point
    See Also